comment typo
authorJoey Hess <joeyh@joeyh.name>
Mon, 29 Sep 2025 14:46:51 +0000 (10:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 29 Sep 2025 14:46:51 +0000 (10:46 -0400)
Command/ImportFeed.hs

index e36e72370204ece44a05bfae5954272a46f34f5c..e502915c414fb525d6f0993336158fe22edd0fac 100644 (file)
@@ -645,7 +645,7 @@ feedState url = fromRepo $ gitAnnexFeedState $ fromUrl url Nothing False
 fromFeedText :: T.Text -> B.ByteString
 fromFeedText = TE.encodeUtf8
 
-{- Like Test.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
+{- Like Text.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
  - set when opening the file. -}
 parseFeedFromFile' :: OsPath -> IO (Maybe Feed)
 parseFeedFromFile' fp = parseFeedString <$> utf8readfile fp